projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f1a51f
)
rules: ask cargo to build verbosely
author
Luca Bruno
<lucab@debian.org>
Sun, 14 Feb 2016 15:10:23 +0000
(16:10 +0100)
committer
Luca Bruno
<lucab@debian.org>
Sun, 14 Feb 2016 15:11:31 +0000
(16:11 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 2888835cf36186932802c2fdd9bd445fb13bd309..dcc5fc5b36e2e8cdc79dd4d8494810b341404173 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-12,6
+12,8
@@
DEB_TARGET_RUST_TYPE := $(call rust_cpu,$(DEB_TARGET_GNU_CPU))-unknown-$(DEB_TAR
# Cargo looks for config in and writes cache to $CARGO_HOME/
export CARGO_HOME = $(CURDIR)/.cargohome
+# Ask cargo to be verbose when building
+export VERBOSE = 1
DEB_DESTDIR := $(CURDIR)/debian/tmp
VENDORDIR := $(CURDIR)/vendor